home *** CD-ROM | disk | FTP | other *** search
/ Psygnosis Promotional CD-ROM for E3 1998 / Psygnosis Promotional CD-ROM for E3 1998.iso / exit.dir / 00014_Script_14 < prev    next >
Text File  |  1998-05-08  |  246b  |  9 lines

  1. global EscapePlayDone, EscapeBufferSize, EscapeVideoFormat, EscapeMute, gEscapeWhatMute
  2.  
  3. on startMovie
  4.   set EscapeMute = gEscapeWhatMute
  5.   set EscapePlayDone = 0
  6.   set EscapeBufferSize = 500000
  7.   set EscapeVideoFormat = 2
  8. end startMovie
  9.